home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Aminet
/
comm
/
bbs
/
cnet5demo.lha
/
cnet
/
ircrexx
/
test.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-03-23
|
237b
|
13 lines
/* ORC - test script */
options results
parse arg orcport a1
a1 = trim(a1)
if show('P', orcport) then do
address value orcport
cnetirccmd '/"'a1
cnetircvar a1
orccol '00'||'181b5b'x||'31;43m'
say '-'result'-'
end